dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlVector<T> Structure
Properties Methods

In This Topic
    SqlVector<T> Structure Members
    In This Topic

    The following tables list the members exposed by SqlVector<T>.

    Public Properties
     NameDescription
    Public PropertyIndicates whether a structure is null. This property is read-only.  
    Public PropertyReturns the number of elements in the vector.  
    Public Propertystatic (Shared in Visual Basic)Represents a null instance without any attributes.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Constructs a null vector of the given length. SQL Server requires vector arguments to specify their length even when null.  
    Public MethodReturns a string representation of the vector, typically listing its elements in order or indicating that the instance is null.  
    Top
    See Also